home *** CD-ROM | disk | FTP | other *** search
- Path: news.eunet.fi!fipnet!kone!jsaarinen
- Newsgroups: comp.sys.amiga.programmer
- X-NewsReader: IntuiNews 1.2b (31.7.94)
- References: <4d6v0t$3dt@maureen.teleport.com> <4dg4jk$km@news.cs.tu-berlin.de> <4dhvd5$5r2@maureen.teleport.com> <38232113@kone.fipnet.fi> <4e10ol$ck3@maureen.teleport.com>
- From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
- Date: Tue, 23 Jan 96 18:45:21 UT
- Comments: Illegal date header - new date added by quicknews
- X-Original-Date: Tue, 23 Jan 96 19:02:44
- MIME-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: binary
- Subject: Re: TMapping again!
- Message-ID: <38232152@kone.fipnet.fi>
-
-
- > repeat 8
- > mw D1,D2
- > mb D0,D2
- > addx.l d7,D0
- > movea.l d2,a0
- > addx.l d6,D1
- > mw (A0),d3
- > mw D1,D2
- > mb D0,D2
- > movea.l d2,a0
- > mb (A0),d3
- > addx.l d7,D0
- > addx.l d6,D1
- > mw d3,(a1)+
- > endr
-
- How do you have the fraction bits in d7 and d6? Also,
- how do you do addx correction before the loop with
- two addx?
-
- Also, does it really pay off buffering two pixels
- to a register instead of writing bytewise? At least
- if I count 020/030 cycles it does not pay off.
-
- -- _
- a Stellar programmer _ //
- "Amiga - back for the future" \X/
-